Lender Price API
Locking a Loan with LOS / 11. Extension Request / 11.2 Check Extension Day Availability
In This Topic
    11.2 Check Extension Day Availability
    In This Topic

    Before requesting and lock extension, first you need to determine whether the lock can be extended by the number of days you require. This check is done with the getEstimatedExpirationDate call. Provide the priceQuoteId of the locked price and the number of days by which you wish to extend the lock. The call will return whether or not your required extension is available for the given price quote.

    Request

    /rest/v1/lp-ppe-api/getEstimatedExpirationDate/{priceQuoteId}/{days}

    Headers

    secret

    {{token}}

    companyid

    {{companyId}}

    Path Parameters

    The {priceQuoteId} is the id of the quote you want to extend

    The {days} parameter is the number of days by which you wish to extend the lock on the loan.

    Body

    This call contains no body.

    Response

    The call returns a boolean yes or no.